.sxs-carousel,
.sxs-carousel .sxs-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.sxs-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.sxs-carousel .sxs-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.sxs-carousel .sxs-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sxs-carousel .sxs-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.sxs-carousel .sxs-item,
.sxs-carousel .sxs-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.sxs-carousel .sxs-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.sxs-carousel .sxs-item img {
  display: block;
  width: 100%;
}
.sxs-carousel .sxs-dots.disabled,
.sxs-carousel .sxs-nav.disabled {
  display: none;
}
.no-js .sxs-carousel,
.sxs-carousel.sxs-loaded {
  display: block;
}
.sxs-carousel .sxs-dot,
.sxs-carousel .sxs-nav .sxs-next,
.sxs-carousel .sxs-nav .sxs-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sxs-carousel .sxs-nav button.sxs-next,
.sxs-carousel .sxs-nav button.sxs-prev,
.sxs-carousel button.sxs-dot {
  /* background: 0 0; */
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.sxs-carousel.sxs-loading {
  opacity: 0;
  display: block;
}
.sxs-carousel.sxs-hidden {
  opacity: 1;
}
.sxs-carousel.sxs-refresh .sxs-item {
  visibility: hidden;
}
.sxs-carousel.sxs-drag .sxs-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sxs-carousel.sxs-grab {
  cursor: move;
  cursor: grab;
}
.sxs-carousel.sxs-rtl {
  direction: rtl;
}
.sxs-carousel.sxs-rtl .sxs-item {
  float: right;
}
.sxs-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.sxs-carousel .sxs-animated-in {
  z-index: 0;
}
.sxs-carousel .sxs-animated-out {
  z-index: 1;
}
.sxs-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sxs-height {
  transition: height 0.5s ease-in-out;
}
.sxs-carousel .sxs-item .sxs-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sxs-carousel .sxs-item .sxs-lazy:not([src]),
.sxs-carousel .sxs-item .sxs-lazy[src^=""] {
  max-height: 0;
}
.sxs-carousel .sxs-item img.sxs-lazy {
  transform-style: preserve-3d;
}
.sxs-carousel .sxs-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.sxs-carousel .sxs-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(sxs.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.sxs-carousel .sxs-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.sxs-carousel .sxs-video-playing .sxs-video-play-icon,
.sxs-carousel .sxs-video-playing .sxs-video-tn {
  display: none;
}
.sxs-carousel .sxs-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.sxs-carousel .sxs-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Common Slide */

/* Common Slide */
